projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcfdfd2
)
; xref--insert-xrefs: Add (require 'compile)
author
Dmitry Gutov
<dgutov@yandex.ru>
Sun, 3 May 2015 23:52:16 +0000
(
02:52
+0300)
committer
Dmitry Gutov
<dgutov@yandex.ru>
Sun, 3 May 2015 23:52:16 +0000
(
02:52
+0300)
lisp/progmodes/xref.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/xref.el
b/lisp/progmodes/xref.el
index de9dccf3a59f53ed4856824f55d171910fbb7681..b972bf28a78f7cd631cd5db2167a73e5b26c616b 100644
(file)
--- a/
lisp/progmodes/xref.el
+++ b/
lisp/progmodes/xref.el
@@
-509,6
+509,7
@@
meantime are preserved."
XREF-ALIST is of the form ((GROUP . (XREF ...)) ...). Where
GROUP is a string for decoration purposes and XREF is an
`xref--xref' object."
+ (require 'compile) ;; For the compilation-info face.
(cl-loop for ((group . xrefs) . more1) on xref-alist do
(xref--insert-propertized '(face compilation-info) group "\n")
(cl-loop for (xref . more2) on xrefs do